home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-6 / card_11384.txt < prev    next >
Text File  |  1990-04-06  |  3KB  |  121 lines

  1. -- card: 11384 from stack: in.0-6
  2. -- bmap block id: 11671
  3. -- flags: 0000
  4. -- background id: 9237
  5. -- name: variableWatcher
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hideInfo
  9. end closeCard
  10.  
  11. on hideInfo
  12.   hideFlds 1
  13. end hideInfo
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 01
  19. -- high flags: 2004
  20. -- rect: left=53 top=212 right=325 bottom=458
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 0
  24. -- font id: 174
  25. -- text size: 14
  26. -- style flags: 0
  27. -- line height: 14
  28. -- part name: 
  29. ----- HyperTalk script -----
  30. on mouseUp
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=411 top=290 right=319 bottom=449
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 5233 / 5233
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: returnArrow
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual zoom close
  50.   go cd "DEBUGGING TOOLS" of stack "Intro to HyperCard 2.0"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=110 top=36 right=189 bottom=400
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Info 1
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   showFld
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 4 (field)
  75. -- low flags: 81
  76. -- high flags: 2004
  77. -- rect: left=265 top=133 right=237 bottom=499
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 0
  81. -- font id: 174
  82. -- text size: 14
  83. -- style flags: 0
  84. -- line height: 15
  85. -- part name: info 1
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   hide me
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 5 (field)
  94. -- low flags: 01
  95. -- high flags: 0000
  96. -- rect: left=182 top=274 right=290 bottom=327
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 0
  100. -- font id: 3
  101. -- text size: 9
  102. -- style flags: 0
  103. -- line height: 12
  104. -- part name: 
  105.  
  106.  
  107. -- part contents for card part 1
  108. ----- text -----
  109. The Variable Watcher lets you view and edit the values of global and local variables used by the currently executing HyperTalk handler. You can display the Variable Watcher by executing the HyperTalk command
  110.  
  111.  
  112. Click on the Variable Watcher to learn more about it. 
  113.  
  114. -- part contents for card part 4
  115. ----- text -----
  116. The Variable Watcher behaves somewhat like a spreadsheet. It uses an editing pane similar to a spreadsheet‚Äôs formula bar. You can drag its splitbars to resize its various panes.
  117.  
  118. -- part contents for card part 5
  119. ----- text -----
  120. set variableWatching to true
  121.